'宣言 Public Overrides Function GetItemsCount( _ ByVal collectionView As UIKit.UICollectionView, _ ByVal section As System.IntPtr _ ) As System.IntPtr
public override System.IntPtr GetItemsCount( UIKit.UICollectionView collectionView, System.IntPtr section )
パラメータ
- collectionView
- Collection view displaying the items.
- section
- Index of the section containing the items.
戻り値の型
Number of items in the section at index section.